home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 April / CHIP CD (4 - 2007).iso / beeld / 3d / ArtOfIllusion24-Mac.dmg / Art of Illusion / Plugins / HelpPlugin.jar / HelpPlugin.xml < prev    next >
Extensible Markup Language  |  2006-12-08  |  4KB  |  103 lines

  1. <?xml version="1.0" standalone="yes"?>
  2. <script>
  3.   <name>HelpPlugin</name>
  4.   <author>Nik Trevallyn-Jones</author>
  5.   <version>0.15</version>
  6.   <date>Dec 8, 2006</date>
  7.   <external type="plugin" name="PluginRegistry" association="required" />
  8.   <external type="file" name="Help/helpgui-1.1a.jar" association="bundled" />
  9.   <external type="file" name="Help/jhall.jar" association="bundled" />
  10.   <external type="file" name="Help/jhelpaction.jar" association="bundled" />
  11.   <external type="file" name="Help/pircbot.jar" association="bundled" />
  12.   <fileset>
  13.      <file todir="Help">helpgui-1.1a.jar</file>
  14.      <file todir="Help">pircbot.jar</file>
  15.      <file todir="Help">jhall.jar</file>
  16.      <file todir="Help">jhelpaction.jar</file>
  17.      <file todir="Help">AOIHelp.zip</file>
  18.   </fileset>
  19.   <description>
  20. Help system
  21.   </description>
  22.   <comments>
  23. This plugin adds a Help menu item to AOI, and provides the supporting help
  24. viewer and search logic.
  25.   </comments>
  26.   <history>
  27.      <log version="0.15" date="Dec 8, 2006" author="Nik TJ" >
  28. - updates to the French translation (more thanks to Francois!).
  29.      </log>
  30.      <log version="0.14b1" date="Dec 4, 2006" author="Nik TJ" >
  31. - imported the French transaltion of the AOIHelp helpset - thanks Francois!
  32.      </log>
  33.      <log version="0.13b1" date="November 14, 2006" author="Nik TJ" >
  34. - re-enabled the JavaHelp code as Sun have now (this morning) released JavaHelp
  35.   under the GPL.
  36.   -- The code attempts to switch gracefully from JavaHelp to HelpGUI if the
  37.      JavaHelp jars are not found, but this doesn;t actually work.
  38.   -- text-search, context-sensitive help and ActiveLinks are available again.
  39.      </log>
  40.      <log version="0.12b1" date="November 13, 2006" author="Nik TJ" >
  41. - port to HelpGUI viewer, and removal of all dependancies on Sun's JavaHelp.
  42.   -- This is due to the restrictive and onerous requirements of Sun's JavaHelp Binary Licence.
  43.   -- With this initial version, text-search, context-sensitive help and Object tags are unavailable.
  44.      </log>
  45.      <log version="0.11b1" date="November 1, 2006" author="Nik TJ" >
  46. - initial release of the AOI chat client
  47. - changed to use plugin resources for plugin helpsets
  48.      </log>
  49.      <log version="0.10b2" date="October 02, 2006" author="Nik TJ" >
  50. - created default HowTo content
  51.      </log>
  52.      <log version="0.10b1" date="September 28, 2006" author="Nik TJ" >
  53. - modified FurthHelp.html to make all download links ActiveLinks
  54.      </log>
  55.      <log version="0.09b1" date="September 12, 2006" author="Nik TJ" >
  56. - restructured AOIHelp to simplify multiple language support.
  57.   -- created helpset projects for DE, IT, and ES locales.
  58.  
  59. - minor enhancement to better support an AOI locale different to the system locale.
  60.      </log>
  61.      <log version="0.08b1" date="September 8, 2006" author="Nik TJ" >
  62. - replaced InstallBean class with generic ActiveLink class
  63.      </log>
  64.      <log version="0.07b1" date="September 7, 2006" author="Nik TJ" >
  65. - added ability for buttons to download content using SPManager
  66.      </log>
  67.      <log version="0.06b1" date="September 4, 2006" author="Nik TJ" >
  68. - more content
  69. - added a small IRC client for IRC help.
  70.      </log>
  71.      <log version="0.05b1" date="September 4, 2006" author="Nik TJ" >
  72. - more content:
  73.   -- GettingStarted now done (first cut).
  74.   -- Hourglass tutorial integrated (language issues still open)
  75.   -- CSH ids now point into the documentation
  76.  
  77.      </log>
  78.      <log version="0.04b1" date="August 2006" author="Nik TJ" >
  79. - added further protection against missing files.
  80.      </log>
  81.      <log version="0.03" date="August 2006" author="Nik TJ" >
  82. - fixes for CSH
  83.   -- mapping entries now use double-quotes (JavaHelp doesn't recognise single quote)
  84.   -- auto register LayoutWindow and DockableWidgets
  85.   -- Key mappings moved to F1, F2, F3
  86.   -- Help About completed
  87.  
  88.      </log>
  89.      <log version="0.02" date="August 2006" author="Nik TJ" >
  90. - fixes for windows
  91. - added component registration methods, for CSH
  92. - added keystroke mappings for help keys
  93. - added support for plugin help
  94. - added mapfile generation if a flag is set in the helpflags file
  95.  
  96.      </log>
  97.      <log version="0.01" date="August 2006" author="Nik TJ" >
  98. - initial coding
  99.      </log>
  100.   </history>
  101. </script>
  102.  
  103.